projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd6610
)
parse: Rename function for swiss grid conversion.
author
oliskoli
<oliskoli>
Sun, 24 Aug 2008 16:27:16 +0000
(16:27 +0000)
committer
oliskoli
<oliskoli>
Sun, 24 Aug 2008 16:27:16 +0000
(16:27 +0000)
parse.c
patch
|
blob
|
history
diff --git
a/parse.c
b/parse.c
index 9c5e47e35db2b31f69efaf3df80b98fe98427afc..9b49b8b3270af5a81721ba3781c85a441e1ef7dc 100644
(file)
--- a/
parse.c
+++ b/
parse.c
@@
-209,7
+209,7
@@
parse_coordinates(const char *str, int datum, const grid_type grid,
ct = sscanf(str, format,
&east, &north, &result);
valid = (ct == 2);
- GPS_Math_
CH1903_NG
EN_To_WGS84(east, north, &lat, &lon);
+ GPS_Math_
Swiss_
EN_To_WGS84(east, north, &lat, &lon);
break;
}
default: